home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / Sas-PPC / samplelib2 / test_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-03  |  108 b   |  6 lines

  1. int test1(void);
  2. int test2(int);
  3.  
  4. #pragma libcall TestBase test1 1E 0
  5. #pragma libcall TestBase test2 24 101
  6.